H3 (HTTP server)

  • 2025-06-17
  • 별칭: H3

Tiny and fast HTTP server

H3 (short for H(TTP), pronounced as /eɪtʃθriː/, like h-3) is a lightweight, fast, and composable server framework for modern JavaScript runtimes. It is based on web standard primitives such as Request, Response, URL, and Headers. You can integrate H3 with any compatible runtime or mount other web-compatible handlers to H3 with almost no added latency.

h3.dev/

2025 © ak